@charset "UTF-8";
* {
    box-sizing: border-box;
}
html,body{width:100%;height: 100%;}
body {
    line-height: 1.5;
    background: #fff;
    font-family:"Microsoft Yahei";
    font-size: 14px;
    overflow-x:hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td ,i{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul {
    list-style: none
}
i{
    font-style: normal;
}

a {
    text-decoration: none;
    /*color: #9A9BA0;*/
}

a:hover {
    text-decoration: none;
}
img{
    max-width:100%;
    height:auto;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.po_relative{
    position: relative;
}
.po_absolute{
    position: absolute;
}
.left {
    float: left
}
.right {
    float: right
}
.none{
    display: none;
}
.block{
    display: block;
}
.inlineBlock{
    display: inline-block;
}
.w1068{
    width: 1068px;
    margin: 0 auto;
}

input[type="text"],button{
    border: 0;
    outline: none;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
    /* border: 1px solid #3d9ce0; */
}

/* 16：9的图片样式 */
.img_wrapper{
    display:block;
    width: 100%;
    height: 0px;
    /* 16:9padding-bottom:56.25% 4:3padding-bottom:75% */
    padding-bottom: 56.25%;
    position: relative;
}
.img_wrapper .entry-thumb{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
/* 大屏 */
@media (min-width:768px){
    .max_screen{
        display: block;
    }
    .min_screen{
        display:none;
    }
}
@media (max-width:767px){
    .max_screen{
        display: none;
    }
    .min_screen{
        display:block;
    }
    /* .load_app.min_screen{
        width:100%;
        height:100%;
        position:fixed;
        top:0;
    } */
}
/* 版心 */
.heart{
    width:1200px;
    margin:0 auto;
}
@media (max-width:1199px){
    .heart{
        width:768px;
        margin:0 auto;
    }
}
@media (max-width:768px){
    .heart{
        width:100%;
        margin:0 auto;
    }
}

/* 动画 */

@keyframes leftEnter{
    from{
        left:-100%;
    }
    to{
        left:0;
    }
}
@keyframes leftLeave{
    from{
        left:0;
    }
    to{
        left:-100%;
    }
}
@keyframes rightEnter{
    from{
        right:-100%;
    }
    to{
        right:0;
    }
}
@keyframes rightLeave{
    from{
        right:0;
    }
    to{
        right:-100%;
    }
}
/*更新三方分享的一个样式的问题*/
#bsWXBox{
    box-sizing: content-box;
}

